home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act5 / 00073.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  248 b   |  11 lines

  1. on exitFrame
  2.   global emptyness, funkaroo
  3.   initgame()
  4.   sactivate(17, sinfo(11))
  5.   set the castNum of sprite 17 to the number of cast "blue 0"
  6.   set funkaroo to []
  7.   add(funkaroo, sinfo(3))
  8.   add(funkaroo, sinfo(5))
  9.   add(funkaroo, sinfo(17))
  10. end
  11.